Package | ehealth4u.package |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-practitionerrolehealthcareassociate-r4 |
Url | http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-practitionerrolehealthcareassociate-r4 |
Status | draft |
Name | CYEHRSDPractitionerRoleHealthcareAssociate |
Title | Cyprus EHR Healthcare Associate Practitioner Role profile |
Experimental | False |
Description | The main use-case of this profile is to represent the role that a Practitioner has within a team of healthcare associate professionals or an organization and the locations where he/she provides services. |
Type | PractitionerRole |
Kind | resource |
{
"resourceType" : "StructureDefinition",
"id" : "cyehr-sd-practitionerrolehealthcareassociate-r4",
"url" : "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-practitionerrolehealthcareassociate-r4",
"name" : "CYEHRSDPractitionerRoleHealthcareAssociate",
"title" : "Cyprus EHR Healthcare Associate Practitioner Role profile",
"status" : "draft",
"publisher" : "eHealth4U",
"contact" : [
{
"name" : "ehealth Lab",
"telecom" : [
{
"system" : "email",
"value" : "ehealthl@ucy.ac.cy",
"use" : "work"
}
]
}
],
"description" : "The main use-case of this profile is to represent the role that a Practitioner has within a team of healthcare associate professionals or an organization and the locations where he/she provides services.",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "PractitionerRole",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "PractitionerRole",
"path" : "PractitionerRole",
"comment" : "CyprusEHR: CYEHRSDPractitionerRoleHealthcareAssociate is used to present the role of a practitioner within a specific medical team and/or organization, specifying the location that the practitioner provides healthcare related services. The CYEHRSDConsent resource shall be used to define the exact access rights that this resource is allowed to have on patients' data."
},
{
"id" : "PractitionerRole.meta",
"path" : "PractitionerRole.meta"
},
{
"id" : "PractitionerRole.meta.profile",
"path" : "PractitionerRole.meta.profile",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "PractitionerRole.meta.profile:CyprusEHRProfile",
"path" : "PractitionerRole.meta.profile",
"sliceName" : "CyprusEHRProfile",
"min" : 1,
"max" : "1",
"fixedCanonical" : "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-practitionerrolehealthcareassociate-r4"
},
{
"id" : "PractitionerRole.language",
"path" : "PractitionerRole.language",
"definition" : "The base language in which the resource is written.\r\n\r\nCyprusEHR: As defined by eHDSI MVC.",
"binding" : {
"strength" : "required",
"description" : "A human language as defined by eHDSI",
"valueSet" : "http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-ehdsilanguage"
}
},
{
"id" : "PractitionerRole.contained",
"path" : "PractitionerRole.contained",
"comment" : "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.\r\n\r\nCyprusEHR: Not to be used in the context of Cyprus EHR."
},
{
"id" : "PractitionerRole.extension",
"path" : "PractitionerRole.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
},
"min" : 0
},
{
"id" : "PractitionerRole.extension:practitionerLicense",
"path" : "PractitionerRole.extension",
"sliceName" : "practitionerLicense",
"definition" : "Optional Extension Element - found in all resources.\r\n\r\nCyprusEHR: The official practicing license of a medical doctor or a nurse based on which the particular practitioner role was created.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.\r\n\r\nCyprusEHR: The practitionerLicense shall be used if the code of the particular practitionerrole is for a medical doctor or a nurse. Leave it empty only if the practitionerrole is for a medical secretary.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-partofpractitionerrole"
]
}
],
"mustSupport" : true
},
{
"id" : "PractitionerRole.extension:practitionerLicense.value[x]",
"path" : "PractitionerRole.extension.value[x]",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-practitionerlicense-r4"
]
}
]
},
{
"id" : "PractitionerRole.extension:practitionerLicense.value[x].reference",
"path" : "PractitionerRole.extension.value[x].reference",
"min" : 1
},
{
"id" : "PractitionerRole.identifier",
"path" : "PractitionerRole.identifier",
"comment" : "CyprusEHR: Not to be used in the context of Cyprus EHR.",
"mustSupport" : false
},
{
"id" : "PractitionerRole.period",
"path" : "PractitionerRole.period",
"comment" : "A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. \"the patient was an inpatient of the hospital for this time range\") or one value from the range applies (e.g. \"give to the patient between these two times\").\n\nPeriod is not used for a duration (a measure of elapsed time). See [Duration](datatypes.html#Duration).\r\n\r\nCyprusEHR: Not to be used in the context of Cyprus EHR."
},
{
"id" : "PractitionerRole.practitioner",
"path" : "PractitionerRole.practitioner",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Practitioner",
"http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-practitioner-r4"
]
}
],
"mustSupport" : true
},
{
"id" : "PractitionerRole.practitioner.reference",
"path" : "PractitionerRole.practitioner.reference",
"min" : 1
},
{
"id" : "PractitionerRole.organization",
"path" : "PractitionerRole.organization",
"definition" : "The organization where the Practitioner performs the roles associated.\r\n\r\nCyprusEHR: All the health associate professionals using the national integrated EHR system are allowed to provide their services as members of a specific medical team. Therefore, the CYEHRSDPractitionerRole.organization element is used to specify the medical team in which the specific practitionerRole is active. To capture the legal entity of an organization in whcih the medical team performs, use the element CYEHRSDMedicalTeam.partOf.",
"comment" : "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.\r\n\r\nCyprusEHR: The health associate professionals of the prototype of the national inetgrated EHR can have the following roles: doctor, nurse and medical secretary",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Organization",
"http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-medicalteam-r4"
]
}
],
"mustSupport" : true
},
{
"id" : "PractitionerRole.organization.extension",
"path" : "PractitionerRole.organization.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
},
"min" : 0
},
{
"id" : "PractitionerRole.organization.extension:isPractitionerRoleCustodianOfOrganization",
"path" : "PractitionerRole.organization.extension",
"sliceName" : "isPractitionerRoleCustodianOfOrganization",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-custodian"
]
}
],
"mustSupport" : true,
"isModifier" : false
},
{
"id" : "PractitionerRole.organization.extension:isPractitionerRoleCustodianOfOrganization.value[x]",
"path" : "PractitionerRole.organization.extension.value[x]",
"min" : 1
},
{
"id" : "PractitionerRole.organization.reference",
"path" : "PractitionerRole.organization.reference",
"min" : 1
},
{
"id" : "PractitionerRole.code",
"path" : "PractitionerRole.code",
"comment" : "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.\r\n\r\nCyprusEHR: Use the iscoCode slice to describe the role of a doctor (221) or nurse (222) practitioner. For medical secretaries use the SNOMED CT 394572006 code.",
"min" : 1,
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
]
}
]
},
{
"id" : "PractitionerRole.code.coding",
"path" : "PractitionerRole.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "PractitionerRole.code.coding.system",
"path" : "PractitionerRole.code.coding.system",
"min" : 1
},
{
"id" : "PractitionerRole.code.coding.code",
"path" : "PractitionerRole.code.coding.code",
"min" : 1
},
{
"id" : "PractitionerRole.code.coding.display",
"path" : "PractitionerRole.code.coding.display",
"min" : 1
},
{
"id" : "PractitionerRole.code.coding:iscoCode",
"path" : "PractitionerRole.code.coding",
"sliceName" : "iscoCode",
"short" : "Code as defined by the eHDSIHealthcareProfessionalRole",
"definition" : "A reference to a code defined by a terminology system.\r\n\r\nCyprusEHR: The code of the practitioner role as defined by the eHDSIHealthcareProfessionalRole value set which is published by the eHDSI and uses the International Standard Classification of Occupations as code system.",
"max" : "1",
"patternCoding" : {
"system" : "urn:oid:2.16.840.1.113883.2.9.6.2.7"
},
"binding" : {
"strength" : "required",
"valueSet" : "http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-ehdsihealthcareprofessionalrole"
}
},
{
"id" : "PractitionerRole.code.coding:iscoCode.system",
"path" : "PractitionerRole.code.coding.system",
"min" : 1
},
{
"id" : "PractitionerRole.code.coding:iscoCode.code",
"path" : "PractitionerRole.code.coding.code",
"min" : 1
},
{
"id" : "PractitionerRole.code.coding:iscoCode.display",
"path" : "PractitionerRole.code.coding.display",
"min" : 1
},
{
"id" : "PractitionerRole.specialty",
"path" : "PractitionerRole.specialty",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
},
"definition" : "A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.\r\n\r\nCyprusEHR: The specialty of a medical doctor or a nurse as defined in the national integrated EHR sysetm of Cyprus.",
"comment" : "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.\r\n\r\n\r\nCyprusEHR: Use if for doctors and nurses. Leave it empty for medical secretaries.",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
]
}
]
},
{
"id" : "PractitionerRole.specialty.coding.system",
"path" : "PractitionerRole.specialty.coding.system",
"min" : 1
},
{
"id" : "PractitionerRole.specialty.coding.code",
"path" : "PractitionerRole.specialty.coding.code",
"min" : 1
},
{
"id" : "PractitionerRole.specialty.coding.display",
"path" : "PractitionerRole.specialty.coding.display",
"min" : 1
},
{
"id" : "PractitionerRole.specialty:medicalSpecialty",
"path" : "PractitionerRole.specialty",
"sliceName" : "medicalSpecialty",
"short" : "The licensed specialties and sub-specialties of the practitioner",
"definition" : "Specific specialty of the practitioner.\r\n\r\nCyprusEHR: The specialties and the sub-specialties that are included in the practicing license of a medical doctor. The doctor is allowed to practice only these specialties and sub-specialties in the Republic of Cyprus.",
"binding" : {
"strength" : "required"
}
},
{
"id" : "PractitionerRole.specialty:medicalSpecialty.coding",
"path" : "PractitionerRole.specialty.coding",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.specialty:medicalSpecialty.coding.system",
"path" : "PractitionerRole.specialty.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.specialty:medicalSpecialty.coding.code",
"path" : "PractitionerRole.specialty.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.specialty:medicalSpecialty.coding.display",
"path" : "PractitionerRole.specialty.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.specialty:nurseSpecialty",
"path" : "PractitionerRole.specialty",
"sliceName" : "nurseSpecialty",
"short" : "The licensed nursing categories of the practitioner",
"definition" : "Specific specialty of the practitioner.\r\n\r\nCyprusEHR: The specialties and the sub-specialties that are included in the practicing license of a nurse. The nurse is allowed to practice only these specialties in the Republic of Cyprus.",
"max" : "3",
"binding" : {
"strength" : "required",
"description" : "The categories of the nurses in the Republic of Cyprus",
"valueSet" : "http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-nursingcategories"
}
},
{
"id" : "PractitionerRole.specialty:nurseSpecialty.coding",
"path" : "PractitionerRole.specialty.coding",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.specialty:nurseSpecialty.coding.system",
"path" : "PractitionerRole.specialty.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.specialty:nurseSpecialty.coding.code",
"path" : "PractitionerRole.specialty.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.specialty:nurseSpecialty.coding.display",
"path" : "PractitionerRole.specialty.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.location",
"path" : "PractitionerRole.location",
"definition" : "The location(s) at which this practitioner provides care.\r\n\r\nCyprusEHR: Use the location to define the locations where the referenced Practitioner provides healthcare services with this particular practitioner role.",
"comment" : "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.\r\n\r\nCyprusEHR: The defined location must reference the same medical team (via location.organization) as the medical team defined in CYEHRSDPractitionerRoleHealthcareAssociate.organization.",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Location",
"http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-locationmedicalteam-r4"
]
}
],
"mustSupport" : true
},
{
"id" : "PractitionerRole.location.reference",
"path" : "PractitionerRole.location.reference",
"min" : 1
},
{
"id" : "PractitionerRole.healthcareService",
"path" : "PractitionerRole.healthcareService",
"comment" : "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.\r\n\r\nCyprusEHR: Not to be used in the context of Cyprus EHR."
},
{
"id" : "PractitionerRole.healthcareService.reference",
"path" : "PractitionerRole.healthcareService.reference",
"min" : 1
},
{
"id" : "PractitionerRole.telecom",
"path" : "PractitionerRole.telecom",
"comment" : "CyprusEHR: Not to be used in the context of Cyprus EHR."
},
{
"id" : "PractitionerRole.telecom.system",
"path" : "PractitionerRole.telecom.system",
"mustSupport" : true
},
{
"id" : "PractitionerRole.telecom.value",
"path" : "PractitionerRole.telecom.value",
"min" : 1,
"mustSupport" : true
},
{
"id" : "PractitionerRole.telecom.use",
"path" : "PractitionerRole.telecom.use",
"mustSupport" : true
},
{
"id" : "PractitionerRole.availableTime",
"path" : "PractitionerRole.availableTime",
"comment" : "More detailed availability information may be provided in associated Schedule/Slot resources.\r\n\r\nCyprusEHR: Not to be used in the context of Cyprus EHR."
},
{
"id" : "PractitionerRole.notAvailable",
"path" : "PractitionerRole.notAvailable",
"comment" : "CyprusEHR: Not to be used in the context of Cyprus EHR."
},
{
"id" : "PractitionerRole.availabilityExceptions",
"path" : "PractitionerRole.availabilityExceptions",
"comment" : "Note that FHIR strings SHALL NOT exceed 1MB in size\r\n\r\nCyprusEHR: Not to be used in the context of Cyprus EHR."
},
{
"id" : "PractitionerRole.endpoint.reference",
"path" : "PractitionerRole.endpoint.reference",
"min" : 1
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.